←Select platform

SetNumericValue(double[],int) Method

Summary

Sets the values under the "Numeric Value" (0040,A30A) element.

Syntax
C#
VB
C++
public void SetNumericValue( 
   double[] value, 
   int length 
) 
Public Overloads Sub SetNumericValue( _ 
   ByVal value() As Double, _ 
   ByVal length As Integer _ 
)  
public: 
void SetNumericValue(  
   array<double>^ value, 
   int length 
)  

Parameters

value
Buffer that contains the values to set.

length
Number of values to set. NumericValueCount is updated with this value.

Remarks

The values set using this methods will be ignored if UnformattedTextValue is not a null reference (Nothing in VB).

Example

For an example, refer to WaveformGroupCount.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly